home *** CD-ROM | disk | FTP | other *** search
- .TH CREGION
- 6 "IRIT Version 6.0"
- .SH NAME
- CREGION
-
-
-
- CurveType CREGION( CurveType Curve, NumericType MinParam,
- NumericType MaxParam )
-
- Extracts a region from Curve between MinParam and MaxParam.
- Both MinParam and MaxParam should be contained in the
- parametric domain of the Curve.
-
- Example:
-
- SubCrv = CREGION( Crv, 0.3, 0.6 );
-
- extracts the region from Crv from the parameter value 0.3 to the
- parameter value 0.6.
-